<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*去除圆角*/


.btn{
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-radius: 25px !important;
}
* {
   -webkit-border-radius: 0 !important;
   -moz-border-radius: 0 !important;
   border-radius: 0 !important;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;


background: #fff;
color: #595959;
}

.clear{
	height: 20px;
}
.nav,.navbar{
  background: #fff;
}
.nav li a {
  color: #000;
}
.navbar-brand {
  background: #fff;
  float: left;
  padding: 5px 3px;
  font-size: 18px;
  line-height: 30px;
  height: 65px;
  transition-delay: 0.7s;
  transition: all 0.2s ease-in-out;
}

.navbar-right{
 padding-bottom:5px;   
}
.navbar-right li a{
  font-family: "黑体",SimHei;

  line-height: 36px;
  font-size: 18px;
  font-weight:700;
    
}

.mynav .nav li:hover{
  color: #E10001;
  box-sizing: border-box;
  border-bottom:solid 2px #E10001; 
}
.cur{ 
  color:#E10001;
  padding: 0px;
}
.title{
    color: #000;
    padding: 8px 20px;
    height: 30px;
    line-height: 50px;
    font-size: 24px;
}
.tel{
  padding-top: 10px;
	font-size: 16px;
	color: #000;
}

.index_btn{
  -webkit-border-radius:25px;
   -moz-border-radius:25px;
   border-radius:25px;
}
.list{
	padding: 10px 20px;
}

.index{
	padding-top: 20px;
}
.clear{
	padding-top: 20px;
}
.clear3{
	padding-top: 62px;
}
.brand a{
	color: #000;
}
.footer{
	height: 200px;
	padding-bottom: 0px;
}
#footer{
	padding-bottom: 150px;
	background: #27343C;
}
#footer ul a{
  color: #fff;
}

#footer ul{
  background: #27343C;
}
#footer ul li a:hover{
	color: #E10001;
  background:none;
}
.pp{
	padding: 10px 30px;
}
.panel{
  border: none;
  box-shadow: none;
}
.caption a{
  padding-left: 10px;
  font-size: 16px;
  color: #17192D;
  text-transform:none;
  text-decoration:none;

}

.col-sm-*.type{
  padding-top: 5px;
}
.col-xs-*.type{
  text-align: center;
  padding-top: 5px;
}
.caption a.hover{
  text-decoration:underline;
}
.more{
  padding: 120px 0 10px 380px;
}

.projects-list {
  margin-bottom: 30px;
  overflow: hidden;
}
.projects-list .project-image {
  margin-bottom: 30px;
  overflow: hidden;
}

.projects-carousel .recent-project {
  margin-right: 10px;
}
.projects-carousel .recent-project .image-popup {
  display: block;
  transform: scale(1.1);
}

*
 * Gallery Item
 *--------------*/
.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
  border: solid 1px #A8A8A8;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
/*  border: solid 2px #E10001;*/
  border: solid 2px #E10001;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '查看';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background: #E10001;
 /* background: #E10001;*/
}
.gallery-image:hover::before {
  opacity: .7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.product .men {
  background: #17192D;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 40px;
  font-weight: 100;
  line-height: 40px;
}
.product .men a {
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 12px;
  border-left: solid 1px #eee;
  color: #FFFFFF;
  font-weight: 100 !important;
}
.product .men a {
  font-size: 1.2em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.product .men a:hover {
  color: #ffffff;
  background: red;
  font-size: 1.28em;
}


.pagelist{ 
          text-align:center; 
          background:#ffffff; 
          padding:7px 0;
}
.pagelist a{ 
  margin:0 5px; 
  border:#6185a2 solid 1px; 
  border-radius:3px; 
  display:inline-block; 
  padding:5px 15px 3px; 
  line-height:16px; 
  background:#fff; 
  color:#6185a2;
}
.pagelist span{ 
  margin:0 5px; 
  border:#C9302C solid 1px; 
  border-radius:3px; 
  display:inline-block; 
  padding:5px 15px 3px; 
  line-height:16px; 
  color:#6185a2; 
  color:#fff; 
  background:#C9302C;
}


.thumbnail{
  width: 280px;
  height: 175px;
  padding: 0px;
  overflow: hidden; 
}

.thumbnail img{
  cursor: pointer;  
  transition: all 0.3s;
}


/*.thumbnail a:hover img{
  filter:alpha(Opacity=80);
  -moz-opacity:0.8;
  opacity: 0.8;
}*/

.thumbnail img:hover{
 /*. -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%); 
  filter: gray;}*/
  transform: scale(1.1);
}
</pre></body></html>